home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / PRG / nShell-Pro.sit / nShell-Pro / bin / ask.rsrc / TEXT_16000_man general.txt < prev    next >
Text File  |  1994-11-27  |  640b  |  37 lines

  1.  
  2. NAME
  3.  
  4. ask - pop a three button modal dialog
  5.  
  6. SYNOPSIS
  7.  
  8. ask [-s | -m | -l] [strings...]
  9.  
  10. DESCRIPTION
  11.  
  12. The "ask" command displays a dialog and waits for the user to press one of three buttons.  
  13.  
  14. The string parameters are concatenated within the dialog and are limited to a total of 255 characters.  If no strings are given on the command line, standard input is used.
  15.  
  16. The three buttons are: "yes", "no" and "cancel".
  17.  
  18. OPTIONS
  19.  
  20. -s    Display a small dialog
  21. -m    Display a medium dialog (default)
  22. -l    Display a large dialog
  23.  
  24. RETURN CODES
  25.  
  26. <0    Error
  27. 1    For "yes"
  28. 2    For "no"
  29. 3    For "cancel"
  30.  
  31. SEE ALSO
  32.  
  33. notify
  34.  
  35. BUGS
  36.  
  37. Strings may overrun the dialog size.